home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000235_news@columbia.edu _Thu Jun 13 20:36:17 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  9KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id UAA20445 for <kermit.misc@watsun>; Thu, 13 Jun 1996 20:36:17 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id UAA16729 for kermit.misc@watsun; Thu, 13 Jun 1996 20:36:16 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc,comp.os.vms,comp.os.aos
  7. Subject: C-Kermit 6.0.192 Beta.026
  8. Date: 14 Jun 1996 00:36:07 GMT
  9. Organization: Columbia University
  10. Lines: 186
  11. Distribution: inet
  12. Message-ID: <4pqc5n$gam@apakabar.cc.columbia.edu>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14. Xref: news.columbia.edu comp.protocols.kermit.misc:5380 comp.os.vms:129586 comp.os.aos:757
  15.  
  16.  
  17. This is to announce a second Beta-test edit of C-Kermit 6.0.192 for UNIX,
  18. VMS, AOS/VS, and (not quite Beta) the Apple Macintosh, hopefully to be
  19. joined by several other operating systems along the way.  The previous
  20. general release of C-Kermit was 5A(190) in October 1994.  The first 6.0.192
  21. Beta test was announced on May 19; the major new features of version 6.0.192
  22. were listed in that announcement.
  23.  
  24. The big functional changes are:
  25.  
  26.  . During Kermit protocol operations, a new "who am i" mechanism by which
  27.    the two Kermits furnish their system types (e.g. UNIX, VMS, etc) to each
  28.    other.  If this occurs (as it will with C-Kermit 6.0, and the forthcoming
  29.    versions of Kermit 95, OS/2 Kermit, MS-DOS Kermit, and Kermit-370), and
  30.    if the two system types match, then the two Kermits automatically switch
  31.    into binary file-transfer mode with literal filenames (or, in the case of
  32.    VMS or OS/2, into labeled transfer mode).  Upon exit from protocol, the
  33.    previous file transfer and naming modes are restored.  The other Kermit's
  34.    system type, if known, is shown on the file transfer display and is also
  35.    recorded in the transaction log if you have one going.  This feature is
  36.    enabled by default, but can be disabled/enabled explicitly with the new
  37.    SET TRANSFER MODE { AUTOMATIC, MANUAL } command.  For now it only works
  38.    between two copies of C-Kermit 6.0.192 Beta 026.
  39.  
  40.  . During CONNECT mode, C-Kermit for UNIX and VMS (as well as the
  41.    forthcoming releases of Kermit 95 and MS-DOS Kermit) now handles not only
  42.    "autodownloads", but also "autouploads" via automatic recognition of
  43.    Kermit packets.  Auto down- and uploads are DISabled by default in the
  44.    UNIX and VMS versions (to prevent confusion when C-Kermit is "in the
  45.    middle"), and can be enabled with SET TERMINAL AUTODOWNLOAD ON.  When
  46.    this is ON, and you tell the remote Kermit to SEND a file, C-Kermit goes
  47.    into RECEIVE mode automatically, and then re-CONNECTs automatically when
  48.    the transfer is over.  The new "autoupload" feature lets you tell the
  49.    remote Kermit to GET a file; C-Kermit sends it automatically.
  50.  
  51.  . The network directory: It is now set up by the standard initialization
  52.    file, and has been augmented to work with many network types, not just
  53.    TCP/IP.  In particular, it now allows a full selection of X.25 settings
  54.    (for Stratus VOS and SunLink X.25 only).  SET NETWORK command syntax was
  55.    changed to SET NETWORK { TYPE <type>, DIRECTORY <file(s)> } (but the old
  56.    form, e.g. "set network tcp/ip", is still accepted).
  57.  
  58.  . DIAL support added for MicroLink modems, plus many fixes and improvements
  59.    to DIAL display and messages, and a new \v(dialnumber) variable holding
  60.    last number dialed.
  61.  
  62. Fixes since the first Beta edit include:
  63.  
  64.  . A potential fix for the longstanding problems with Solaris Port Monitor.
  65.  
  66.  . Numerous compiler-related fixes to make it compile on many more platforms.
  67.  
  68.  . Some C-Kermit crashes under obscure conditions (another memory leak
  69.    plugged, plus an obscure timing problem in the UNIX CONNECT command).
  70.  
  71.  . TYPE command fixed in VMS version.
  72.  
  73.  . SET FILE DOWNLOAD-DIRECTORY fixed in VMS version.
  74.  
  75.  . Default file transfer display style changed to fullscreen in versions
  76.    that support it, and to CRT in those that don't.
  77.  
  78.  . Problems (at least some of them) compiling under Red Hat Linux fixed.
  79.  
  80.  . Improvements to handling of filenames in UNIX version when SET FILE NAMES
  81.    is CONVERTED.  Incoming mixed case names are now preserved.  And in
  82.    outgoing filenames, the last (rather than first) dot is preserved, and
  83.    other dots are changed to underscores rather than X's.
  84.  
  85.  . Fix to bug in OUTPUT command that prevented outputting of more than 80
  86.    characters.
  87.  
  88. The UNIX makefile has new and/or improved entries for:
  89.  
  90.   . Sequent DYNIX/ptx 4.1.
  91.   . 2.11 BSD on the PDP-11.
  92.   . HP-UX versions: 5.21 works again; new makefile entries for 7.x, 8.x,
  93.     and 9.x to get around optimizer bug when compiling ckcpro.c, etc.
  94.   . Beginnings of BeBox support ("make bebox") .. doesn't quite work yet,
  95.     stay tuned...
  96.  
  97. Thanks to everybody who provided feedback on the first Beta and/or helped
  98. with the second.
  99.  
  100. BUILT AND TESTED ON...
  101.  
  102.    Apple Macintosh with Mac OS 6.03.
  103.  
  104.    DEC Alpha, OpenVMS 6.2 with and without TGV MultiNet.
  105.    DEC VAXstation 3100 VAX/VMS 5.5-1 with and without UCX.
  106.    DEC VAX 4000 VMS 5.5-2 + TGV MultiNet.
  107.  
  108.    Data General MV 2500/DC AOS/VS II 2.20.00.39 + TCP/IP.
  109.  
  110.    DEC 5800 with Ultrix 4.3.
  111.    DEC Alpha with Digital UNIX 3.2
  112.    DEC MicroVAX-II with Bell Labs Research UNIX 10th edition.
  113.    DEC PDP-11/44 with BSD 2.11.
  114.    HP 9000, many models, with HP-UX versions from 5.21 to 10.01.
  115.    HP 9000 with BSD 4.4-Lite.
  116.    IBM Power Power Series 400 AIX 4.1.
  117.    NeXTstation, NeXTSTEP 3.1.
  118.    PCs with BSDI 1.0-C and 2.1.
  119.    PCs with Linux, various versions.
  120.    PCs with QNX 4.22.
  121.    PCs with SCO Open Server R5.0.
  122.    PCs with Unixware 2.10.
  123.    SGI Indigo with IRIX 5.3.
  124.    Sun SPARC, SunOS 4.1.3_U1.
  125.    Sun SPARC, Solaris 2.4 with and without SunLink X.25 9.00.
  126.    
  127. THE MACINTOSH VERSION
  128.  
  129. Owing to the still-chronic lack of Macintosh programmers, the Macintosh
  130. version remains badly neglected.  Reportedly it does not work at all on some
  131. Macintosh platforms (it does on mine).  It has been updated to the current
  132. C-Kermit beta level, but no Macintosh-specific changes were made since the
  133. previous beta.
  134.  
  135. WHERE TO GET IT (same place as before):
  136.  
  137. Quick access for Web users:
  138.   http://www.columbia.edu/kermit
  139.     Follow the "What's New" link (reload if necessary).
  140.  
  141. The new test version is available via anonymous ftp from:
  142.  
  143.   kermit.columbia.edu
  144.  
  145. in the kermit/test directory tree:
  146.  
  147. kermit/test/text/
  148.   Contains individual source files, documentation files, makefiles, etc
  149.   ftp in text mode.  The general formula for getting all the files you need
  150.   for a particular version is:
  151.  
  152.     text
  153.     prompt
  154.     mget ck[cuw]*.[cwh] ck?*.* 
  155.  
  156.   (where ? = v for VMS, m for Macintosh, etc)
  157.  
  158. kermit/test/macintosh/
  159.   The macintosh binary as a BinHex 4.0 file, ckmker.hqx, plus accompanying
  160.   documentation files, such as they are.  ftp in text mode.
  161.  
  162. kermit/test/tar/
  163.   The complete UNIX sources, makefile, and documentation files as compressed
  164.   tar archives: cku192.tar.Z (uncompress) and cku192.tar.gz (gunzip)
  165.  
  166. kermit/test/bin/
  167.   Individual binaries, all of them used to transfer themselves (in binary
  168.   mode, of course :-)  ftp in binary mode.  The READ.ME file in this
  169.   directory explains what is what (text mode for this file only).
  170.  
  171. As always, the primary documentation for C-Kermit is the book "Using
  172. C-Kermit", supplemented by the following files, in kermit/test/text/:
  173.  
  174.   NEWS.TXT    -- announcements
  175.   ckcker.upd  -- documentation for new features.
  176.   dialing.doc -- new dialing features
  177.   modems.doc  -- new modem support and features
  178.   ckuker.nr   -- UNIX man page
  179.   ck?ker.bwr  -- "beware" file for ?=u (UNIX), v (VMS), etc.
  180.   ck?ins.doc  -- installation instructions for u (UNIX), v (VMS), etc.
  181.   ckccfg.doc  -- configuration options
  182.   ckcplm.doc  -- program logic manual
  183.  
  184. Reports of all kinds -- good, bad -- are most welcome; please send them
  185. straight to:
  186.  
  187.   kermit@columbia.edu
  188.  
  189. Bad ones tend to come anyway, but if you test this version of Kermit and
  190. it's OK, please let us know about that too.  Please be specific about your
  191. hardware platform, operating system and version, etc.
  192.  
  193. If anybody wants to furnish binaries for this Beta version that are not
  194. already present -- e.g. for DG/UX, VMS with other TCP/IP products, etc --
  195. please send email to kermit@columbia.edu.
  196.  
  197. Watch the comp.protocols.kermit.misc newsgroup for further announcements.
  198.  
  199. Frank da Cruz and Christine M. Gianone
  200. Managers, The Kermit Project
  201. Columbia University